]> dgit.raspbian.org Git - ostree.git/commit
configure: Ignore typedef-redefinition warnings with Clang
authorbbhtt <bbhtt.zn0i8@slmail.me>
Sat, 16 May 2026 06:48:17 +0000 (12:18 +0530)
committerColin Walters <walters@verbum.org>
Fri, 31 Jul 2026 11:23:11 +0000 (07:23 -0400)
commitf7d7546c93daa4491594b88976f199408c8326c5
tree6e9ccf9ff4b9286c979255f8bf2d29685bfafdfe
parent6f453b35f78588a78b287e9a0092c296308b5e4a
configure: Ignore typedef-redefinition warnings with Clang

redefinition is legal in C11 and before that via gcc extension

Fixes: https://github.com/ostreedev/ostree/issues/3590
configure.ac